home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************/
- /* */
- /* */
- /* ***** ***** */
- /* ***** ***** */
- /* ***** ***** */
- /* ***** ***** */
- /* *************** *************** */
- /* ***************** ***************** */
- /* *************** *************** */
- /* ***** ***** TheNet */
- /* ***** ***** Portable. Compatible. */
- /* ***** ***** Public Domain */
- /* ***** ***** G8KBB */
- /* */
- /* This software is public domain ONLY for non commercial use */
- /* */
- /* */
- /*****************************************************************************/
-
- /*
- * Released as TheNet X-1J, September 1993
- *
- * Released as TheNet X-1J release 4, January 1995
- */
-
- #ifdef CWID
- EXTERN unsigned cwidtm; /* CWID counter for bcasts */
- EXTERN unsigned cwiden; /* cwid enable / bcast period */
- EXTERN unsigned cwspeed; /* cwid speed control, in clock ticks*/
- EXTERN signed char cwstate; /* finite state machine of keyer */
- EXTERN unsigned char cwtimr; /* cwid bit timer, in clock ticks */
- EXTERN unsigned char cwbit; /* bit counter within CWID character */
- EXTERN unsigned char cwofs; /* pointer into the cwdat array */
- EXTERN unsigned char cwch; /* current character data */
- EXTERN unsigned char cwdat[CWIDLEN+1]; /* array of data to be sent */
- #endif
-
- #ifdef MONITORCMD
- EXTERN unsigned heardtm; /* counts the hours for list cleanup */
- EXTERN unsigned uptime; /* time in hours since warmstart */
- EXTERN unsigned runtime; /* time in hours since coldstart */
- EXTERN MHEARD *mhptr; /* pointer to mheard linked list */
- #endif
-
- #ifdef STATSCMD
- EXTERN unsigned char usehour; /* hours counter */
- EXTERN unsigned l4stats[NUML4STATS][2]; /* level 4 stats counters */
- #endif
-